You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Dew.Math.Units Namespace
>
Classes
>
MtxExpr Class
>
MtxExpr Methods
>
Concat Method
>
MtxExpr.Concat Method (int, int, [In] TMtx[])
Dew Math for .NET
MtxExpr.Concat Method (int, int, [In] TMtx[])
MtxExpr Class
MtxExpr Members
Dew.Math.Units Namespace
Concat Method
Collapse All
Concatenate a list of matrices in to one big matrix.
Syntax
C#
Visual Basic
public
static
Matrix
Concat
(
int
aRows
,
int
aCols
, [In]
TMtx
[]
Src
);
Public
static
Function
Concat
(
aRows
As
Integer
,
aCols
As
Integer
,
Src
As
[In]
TMtx
[])
As
Matrix
Remarks
Internally calls
Matrix.Concat
Group
Concat Method
Links
MtxExpr Class
,
MtxExpr Members
,
Dew.Math.Units Namespace
,
Concat Method
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home
What do you think about this topic?
Send feedback!